﻿2026-09-11T11:29:57.6721164Z ##[group]Run actions/checkout@v5
2026-09-11T11:29:57.6722304Z with:
2026-09-11T11:29:57.6723034Z   repository: BigscreenVR/spt-bs-core
2026-09-11T11:29:57.6730527Z   token: ***
2026-09-11T11:29:57.6731213Z   ssh-strict: true
2026-09-11T11:29:57.6731909Z   ssh-user: git
2026-09-11T11:29:57.6732642Z   persist-credentials: true
2026-09-11T11:29:57.6733417Z   clean: true
2026-09-11T11:29:57.6734132Z   sparse-checkout-cone-mode: true
2026-09-11T11:29:57.6734976Z   fetch-depth: 1
2026-09-11T11:29:57.6735666Z   fetch-tags: false
2026-09-11T11:29:57.6736372Z   show-progress: true
2026-09-11T11:29:57.6737103Z   lfs: false
2026-09-11T11:29:57.6737773Z   submodules: false
2026-09-11T11:29:57.6738505Z   set-safe-directory: true
2026-09-11T11:29:57.6739407Z   allow-unsafe-pr-checkout: false
2026-09-11T11:29:57.6740465Z ##[endgroup]
2026-09-11T11:29:57.7591552Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T11:29:57.7593813Z ##[group]Getting Git version info
2026-09-11T11:29:57.7595119Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T11:29:57.7597023Z [command]/usr/bin/git version
2026-09-11T11:29:57.7597847Z git version 2.43.0
2026-09-11T11:29:57.7600821Z ##[endgroup]
2026-09-11T11:29:57.7608580Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b9ad8d77-d08f-4110-a841-20ea63c1eca9/.gitconfig'
2026-09-11T11:29:57.7615534Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b9ad8d77-d08f-4110-a841-20ea63c1eca9' before making global git config changes
2026-09-11T11:29:57.7617905Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T11:29:57.7620042Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T11:29:57.7666272Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T11:29:57.7685458Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T11:29:57.7694777Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T11:29:57.7697167Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T11:29:57.7713823Z refs/heads/main
2026-09-11T11:29:57.7719673Z [command]/usr/bin/git checkout --detach
2026-09-11T11:29:57.7790621Z HEAD is now at e28bc27de docs(register): IR-107 third instrument defect - oid checks normalize eol; child-only switch is a non-measurement
2026-09-11T11:29:57.7823635Z [command]/usr/bin/git branch --delete --force main
2026-09-11T11:29:57.7856179Z Deleted branch main (was e28bc27de).
2026-09-11T11:29:57.8021943Z ##[endgroup]
2026-09-11T11:29:57.8023268Z [command]/usr/bin/git submodule status
2026-09-11T11:29:57.8205913Z ##[group]Cleaning the repository
2026-09-11T11:29:57.8207324Z [command]/usr/bin/git clean -ffdx
2026-09-11T11:29:57.8246749Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T11:29:57.8323438Z HEAD is now at e28bc27de docs(register): IR-107 third instrument defect - oid checks normalize eol; child-only switch is a non-measurement
2026-09-11T11:29:57.8330468Z ##[endgroup]
2026-09-11T11:29:57.8331951Z ##[group]Disabling automatic garbage collection
2026-09-11T11:29:57.8333254Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T11:29:57.8357046Z ##[endgroup]
2026-09-11T11:29:57.8358409Z ##[group]Setting up auth
2026-09-11T11:29:57.8361348Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T11:29:57.8382993Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T11:29:57.8570182Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T11:29:57.8593194Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T11:29:57.8772844Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T11:29:57.8802723Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T11:29:57.8991735Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T11:29:57.9021822Z ##[endgroup]
2026-09-11T11:29:57.9023249Z ##[group]Fetching the repository
2026-09-11T11:29:57.9028079Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e28bc27de1967e9cb748f1fd0ba881f1309dfb8f:refs/remotes/origin/main
2026-09-11T11:29:58.4561401Z ##[endgroup]
2026-09-11T11:29:58.4562288Z ##[group]Determining the checkout info
2026-09-11T11:29:58.4563282Z ##[endgroup]
2026-09-11T11:29:58.4567789Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T11:29:58.4609849Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T11:29:58.4632234Z ##[group]Checking out the ref
2026-09-11T11:29:58.4635036Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-11T11:29:58.4701493Z Switched to a new branch 'main'
2026-09-11T11:29:58.4702018Z branch 'main' set up to track 'origin/main'.
2026-09-11T11:29:58.4707661Z ##[endgroup]
2026-09-11T11:29:58.4747601Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T11:29:58.4779984Z e28bc27de1967e9cb748f1fd0ba881f1309dfb8f
